Skip to content

Release v0.4.1#105

Merged
sebastientaggart merged 20 commits into
mainfrom
dev
Apr 11, 2026
Merged

Release v0.4.1#105
sebastientaggart merged 20 commits into
mainfrom
dev

Conversation

@sebastientaggart

Copy link
Copy Markdown
Member

Release v0.4.1

PRs included:

Closes #60
Closes #62
Closes #65
Closes #68
Closes #71
Closes #77
Closes #78
Closes #79
Closes #80
Closes #82
Closes #89
Closes #91
Closes #93
Closes #94
Closes #96
Closes #100
Closes #102

sebastientaggart and others added 20 commits April 9, 2026 19:59
Fix deploy-prod tag clobber and add validate to make dev
Add complexity indicator to issue body template
Add resolution comment to issues after PR merge
Add post-review gate for NOTE/WARNING findings before merge
Clarify /start skill gate messages with intent classification
The original fix converted submit-for-review.md and deploy.md but missed
start.md, where gh issue create and gh issue comment still used inline
--body with multi-line content — causing Claude to wrap them in $(cat <<EOF),
which defeats Bash(gh:*) permission matching.

Closes #82

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Regenerate start skill adapter files after body-file conversion
…ify-readme

Update docs for recent features and simplify README
Heredocs in Bash commands — quoted, unquoted, or via $(cat) — all trigger
Claude Code permission prompts due to shell metacharacter detection (#, $,
quotes). Moving body content to a temp file via the Write tool bypasses
shell parsing entirely. The gh command becomes a clean prefix match for
Bash(gh:*).

Testing in start.md first before applying to other skills.

Ref #82

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Replace heredoc patterns (--body-file - <<EOF, --notes-file - <<EOF) with a
two-step approach: write body to /tmp/cc_*.md via the file-writing tool, then
pass --body-file /tmp/cc_*.md to gh. This avoids all shell metacharacter
issues that trigger Claude Code permission prompts ($, #, quoted delimiters).

Updated skills: start.md, submit-for-review.md, deploy.md
Regenerated all 12 adapter files via sync.sh.

Closes #82

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…sion

Use Write tool + --body-file for all skill gh commands to fix permission prompts
@sebastientaggart
sebastientaggart merged commit 9272603 into main Apr 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment